Fix a property definition
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 24 Oct 2008 04:23:42 +0000 (04:23 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 24 Oct 2008 04:23:42 +0000 (04:23 +0000)
svn path=/trunk/; revision=21709

ChangeLog
gtk/gtkmountoperation.c

index a29e0f422e28495c5fed3bdd1294891bd20936d7..7f24aa1e6c292703a3a5d47eaaeaa1858e1bd5ed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-10-24  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkmountoperation.c: The "screen" property ought to have
+       type GdkScreen, not GtkWindow. Found by Cosimo Cecchi
+
 2008-10-24  Matthias Clasen  <mclasen@redhat.com>
 
        Bug 556954 – gtk+/gtk/gtkrecentchooserdefault.c: mismatching
index d2e83c47c0c9004519123e80e2c57e23ffd806f2..42c98f786bd64a5d0671d03046417d1967869c87 100644 (file)
@@ -175,7 +175,7 @@ gtk_mount_operation_class_init (GtkMountOperationClass *klass)
                                    g_param_spec_object ("screen",
                                                         P_("Screen"),
                                                         P_("The screen where this window will be displayed."),
-                                                        GTK_TYPE_WINDOW,
+                                                        GDK_TYPE_SCREEN,
                                                         GTK_PARAM_READWRITE));
 
 }